From 55f5edffd15fca242cc49575c7cf9006de3642a9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Apr 2023 09:21:15 -0400 Subject: [PATCH] More docs for BASELINE Add some more details to the docs for GTK_ALIGN_BASELINE. --- gtk/gtkenums.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index ae8f6025f1..815e25de55 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -56,8 +56,10 @@ G_BEGIN_DECLS * are interpreted relative to text direction. * * %GTK_ALIGN_BASELINE support is optional for containers and widgets, and - * it is only supported for vertical alignment. When it's not supported by - * a child or a container it is treated as %GTK_ALIGN_FILL. + * it is only supported for vertical alignment. Where it is supported, it is + * treated similar to %GTK_ALIGN_CENTER, except that it positions the widget + * to line up the baselines. When it's not supported by a child or a container, + * it is treated as %GTK_ALIGN_FILL. */ typedef enum { -- 2.30.2